|
CallGraph
|
#include <uisettingsdlg.h>


Public Member Functions | |
| uisettingsdlg (wxWindow *parent, IManager *mgr) | |
Protected Member Functions | |
| void | OnButton_click_select_gprof (wxCommandEvent &event) |
| void | OnButton_click_select_dot (wxCommandEvent &event) |
| void | OnButton_click_ok (wxCommandEvent &event) |
| void | OnButton_click_cancel (wxCommandEvent &event) |
| void | OnCheckName (wxCommandEvent &event) |
| void | OnCheckParam (wxCommandEvent &event) |
Protected Attributes | |
| ConfCallGraph | confData |
Definition at line 23 of file uisettingsdlg.h.
| uisettingsdlg::uisettingsdlg | ( | wxWindow * | parent, |
| IManager * | mgr | ||
| ) |
Constructor
Definition at line 6 of file uisettingsdlg.cpp.

| void uisettingsdlg::OnButton_click_cancel | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uisettings.
Definition at line 91 of file uisettingsdlg.cpp.
| void uisettingsdlg::OnButton_click_ok | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uisettings.
Definition at line 49 of file uisettingsdlg.cpp.

| void uisettingsdlg::OnButton_click_select_dot | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uisettings.
Definition at line 39 of file uisettingsdlg.cpp.
| void uisettingsdlg::OnButton_click_select_gprof | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uisettings.
Definition at line 29 of file uisettingsdlg.cpp.
| void uisettingsdlg::OnCheckName | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uisettings.
Definition at line 97 of file uisettingsdlg.cpp.
| void uisettingsdlg::OnCheckParam | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uisettings.
Definition at line 104 of file uisettingsdlg.cpp.
ConfCallGraph uisettingsdlg::confData [protected] |
Definition at line 37 of file uisettingsdlg.h.